home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / v cisle / dap / dap85.exe / %TEMPCABFULLDIR% / DapLang.cab / dapff.jar / content / confirm.xul next >
Encoding:
Extensible Markup Language  |  2006-03-14  |  409 b   |  22 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  4.  
  5. <dialog id="confirm" title="DAP"
  6.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  7.         buttons="accept"
  8.         ondialogaccept="return doOK();">
  9.  
  10. <script>
  11. function doOK()
  12. {
  13.   return true;
  14. }
  15.  
  16. </script>
  17.  
  18. <description value="Please download DAP "/>
  19.  
  20. </dialog>
  21.  
  22.